home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / amicvs1-0.lha / AmiCVS / Repository / CVSroot / commitinfo,v next >
Encoding:
Text File  |  1993-05-31  |  1.0 KB  |  45 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @# @;
  6.  
  7.  
  8. 1.1
  9. date    93.05.31.04.50.21;    author root;    state Exp;
  10. branches;
  11. next    ;
  12.  
  13.  
  14. desc
  15. @@
  16.  
  17.  
  18. 1.1
  19. log
  20. @initial checkin of commitinfo
  21. @
  22. text
  23. @#
  24. # commitinfo,v 1.2 1992/03/31 04:19:47 berliner Exp
  25. #
  26. # The "commitinfo" file is used to control pre-commit checks.
  27. # The filter on the right is invoked with the repository and a list 
  28. # of files to check.  A non-zero exit of the filter program will 
  29. # cause the commit to be aborted.
  30. #
  31. # The first entry on a line is a regular expression which is tested
  32. # against the directory that the change is being committed to, relative to the
  33. # $CVSROOT.  If a match is found, then the remainder of the line is the 
  34. # name of the filter to run.
  35. #
  36. # If the repository name does not match any of the regular expressions in this
  37. # file, the "DEFAULT" line is used, if it is specified.
  38. #
  39. # If the name ALL appears as a regular expression it is always used
  40. # in addition to the first matching regex or DEFAULT.
  41. #
  42. #^cvs            checkforcvsid
  43. #DEFAULT            checkforid
  44. @
  45.